Skip to content

Commit

Permalink
new node.js + yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Oct 24, 2023
1 parent 6fb4ab1 commit 822def3
Show file tree
Hide file tree
Showing 8 changed files with 4,931 additions and 5,168 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 20.3.1
nodejs 20.8.1
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
compressionLevel: mixed

yarnPath: .yarn/releases/yarn-3.6.0.cjs
enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.0.cjs
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.0)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -121,9 +121,9 @@ GEM
servolux (0.13.0)
stream (0.5.5)
temple (0.10.3)
terser (1.1.18)
terser (1.1.19)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
thor (1.3.0)
tilt (2.0.11)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.23.1",
"@babel/runtime-corejs3": "7.23.1",
"@remix-run/router": "^1.9.0",
"@babel/runtime": "7.23.2",
"@babel/runtime-corejs3": "7.23.2",
"@remix-run/router": "^1.10.0",
"babel-loader": "9.1.3",
"buffer": "6.0.3",
"classnames": "2.3.2",
"clipboard": "2.0.11",
"core-js": "3.33.0",
"core-js": "3.33.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "4.1.1",
"css-loader": "6.8.1",
Expand All @@ -41,14 +41,14 @@
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.1.4",
"postcss-preset-env": "9.2.0",
"postcss-reporter": "7.0.5",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"react-router": "6.17.0",
"react-router-dom": "6.17.0",
"redux": "4.2.1",
"redux-act": "1.8.0",
"redux-logger": "3.0.6",
Expand All @@ -57,7 +57,7 @@
"terser-webpack-plugin": "5.3.9",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-assets-manifest": "5.1.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
Expand All @@ -67,13 +67,13 @@
},
"devDependencies": {
"babel-jest": "29.7.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-react": "7.33.2",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"webpack-cli": "5.1.4"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.0.0"
}
Loading

0 comments on commit 822def3

Please sign in to comment.