Skip to content

Commit

Permalink
new node
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 12, 2023
1 parent 6165263 commit cc95271
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 455 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
nodejs 18.12.1
nodejs 20.3.1
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
"@babel/core": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/core": "7.22.8",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/preset-env": "7.22.7",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.5",
"@babel/runtime-corejs3": "7.22.5",
"@babel/runtime": "7.22.6",
"@babel/runtime-corejs3": "7.22.6",
"@remix-run/router": "^1.7.1",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"classnames": "2.3.2",
"clipboard": "2.0.11",
"core-js": "3.31.0",
"core-js": "3.31.1",
"create-react-context": "0.3.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
Expand All @@ -35,7 +35,7 @@
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
"normalize.css": "8.0.1",
"postcss": "8.4.24",
"postcss": "8.4.25",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.0.0",
Expand Down Expand Up @@ -64,15 +64,15 @@
"yup": "1.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.5",
"babel-jest": "29.5.0",
"@babel/eslint-parser": "7.22.7",
"babel-jest": "29.6.1",
"eslint": "8.44.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "29.5.0",
"jest-cli": "29.5.0",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"webpack-cli": "5.1.4"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit cc95271

Please sign in to comment.