Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Aug 5, 2023
1 parent 16eac3f commit 91b8891
Show file tree
Hide file tree
Showing 3 changed files with 1,065 additions and 609 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
coffee-script (2.4.1)
coffee-script-source
Expand Down Expand Up @@ -83,8 +83,8 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
minitest (5.18.1)
oj (3.15.0)
minitest (5.19.0)
oj (3.15.1)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
Expand All @@ -93,23 +93,23 @@ GEM
pairing_heap (3.0.1)
parallel (1.23.0)
parslet (2.0.0)
public_suffix (5.0.1)
rack (2.2.7)
public_suffix (5.0.3)
rack (2.2.8)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rgl (0.6.3)
pairing_heap (>= 0.3.0)
rexml (3.2.6)
rgl (0.6.6)
pairing_heap (>= 0.3, < 4.0)
rexml (~> 3.2, >= 3.2.4)
stream (~> 0.5.3)
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
stream (0.5.5)
temple (0.10.2)
terser (1.1.16)
terser (1.1.17)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.0.11)
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,41 @@
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "7.22.7",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/preset-env": "7.22.7",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.6",
"@babel/runtime-corejs3": "7.22.6",
"@remix-run/router": "^1.7.1",
"@remix-run/router": "^1.7.2",
"babel-loader": "9.1.3",
"buffer": "6.0.3",
"classnames": "2.3.2",
"clipboard": "2.0.11",
"core-js": "3.31.1",
"core-js": "3.32.0",
"crypto-browserify": "^3.12.0",
"crypto-js": "4.1.1",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"cssnano": "6.0.1",
"file-loader": "6.2.0",
"focus-visible": "^5.2.0",
"formik": "2.4.2",
"formik": "2.4.3",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
"normalize.css": "8.0.1",
"postcss": "8.4.25",
"postcss": "8.4.27",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.0.0",
"postcss-preset-env": "9.1.1",
"postcss-reporter": "7.0.5",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.1",
"react-router": "6.14.1",
"react-router-dom": "6.14.1",
"react-redux": "8.1.2",
"react-router": "6.14.2",
"react-router-dom": "6.14.2",
"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.1",
"webpack": "5.88.2",
"webpack-assets-manifest": "5.1.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
Expand All @@ -66,13 +66,13 @@
"yup": "1.2.0"
},
"devDependencies": {
"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",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"babel-jest": "29.6.2",
"eslint": "8.46.0",
"eslint-import-resolver-node": "^0.3.8",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-react": "7.33.1",
"jest": "29.6.2",
"jest-cli": "29.6.2",
"webpack-cli": "5.1.4"
},
"packageManager": "yarn@3.6.0"
Expand Down
Loading

0 comments on commit 91b8891

Please sign in to comment.