Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 3, 2023
1 parent f706c9c commit a0f04ec
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 486 deletions.
4 changes: 2 additions & 2 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.0.5)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
minitest (5.18.0)
minitest (5.18.1)
oj (3.15.0)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.5",
"@babel/runtime-corejs3": "7.22.5",
"@remix-run/router": "^1.6.3",
"@remix-run/router": "^1.7.1",
"babel-loader": "9.1.2",
"classnames": "2.3.2",
"clipboard": "2.0.11",
"core-js": "3.30.2",
"core-js": "3.31.0",
"create-react-context": "0.3.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.0",
"css-minimizer-webpack-plugin": "5.0.1",
"cssnano": "6.0.1",
"file-loader": "6.2.0",
"focus-visible": "^5.2.0",
"formik": "2.4.1",
"formik": "2.4.2",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
"normalize.css": "8.0.1",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"postcss-preset-env": "8.4.2",
"postcss-preset-env": "9.0.0",
"postcss-reporter": "7.0.5",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.7",
"react-router": "6.12.1",
"react-router-dom": "6.12.1",
"react-redux": "8.1.1",
"react-router": "6.14.1",
"react-router-dom": "6.14.1",
"react-syntax-highlighter": "15.5.0",
"redux": "4.2.1",
"redux-act": "1.8.0",
Expand All @@ -55,7 +55,7 @@
"terser-webpack-plugin": "5.3.9",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
"webpack": "5.86.0",
"webpack": "5.88.1",
"webpack-assets-manifest": "5.1.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
Expand All @@ -66,7 +66,7 @@
"devDependencies": {
"@babel/eslint-parser": "7.22.5",
"babel-jest": "29.5.0",
"eslint": "8.42.0",
"eslint": "8.44.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.32.2",
Expand Down
Loading

0 comments on commit a0f04ec

Please sign in to comment.