Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Sep 23, 2021
1 parent 86af1c8 commit 4f8ca27
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"packages/stringify"
],
"dependencies": {
"@radix-ui/react-polymorphic": "0.0.13",
"@radix-ui/react-separator": "0.0.15",
"@radix-ui/react-polymorphic": "0.0.14",
"@radix-ui/react-separator": "0.1.0",
"@skypack/package-check": "0.2.2",
"@types/node": "16.7.10",
"@types/react": "17.0.20",
"@types/node": "16.9.6",
"@types/react": "17.0.24",
"@types/react-dom": "17.0.9",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "4.30.0",
"@typescript-eslint/parser": "4.30.0",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"acorn": "8.5.0",
"acorn-class-fields": "1.0.0",
"acorn-import-assertions": "1.7.6",
"acorn-jsx": "5.3.2",
"acorn-logical-assignment": "0.1.4",
"acorn-private-methods": "1.0.0",
"astring": "1.7.5",
"csstype": "3.0.8",
"esbuild": "0.12.25",
"csstype": "3.0.9",
"esbuild": "0.13.2",
"eslint": "7.32.0",
"nodemon": "2.0.12",
"nodemon": "2.0.13",
"react": "17.0.2",
"react-test-renderer": "17.0.2",
"terser": "5.7.2",
"typescript": "4.4.2"
"terser": "5.9.0",
"typescript": "4.4.3"
},
"browserslist": [
"last 1 chrome versions",
Expand Down

0 comments on commit 4f8ca27

Please sign in to comment.