Skip to content

Commit

Permalink
new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Mar 29, 2024
1 parent e6b09cf commit 7d8d2a3
Show file tree
Hide file tree
Showing 3 changed files with 2,289 additions and 1,443 deletions.
24 changes: 11 additions & 13 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.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -62,17 +62,16 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
contracts (0.17)
dotenv (2.8.1)
drb (2.2.0)
ruby2_keywords
dotenv (3.1.0)
drb (2.2.1)
erubis (2.7.0)
execjs (2.7.0)
fastimage (2.3.0)
Expand All @@ -85,15 +84,15 @@ GEM
concurrent-ruby (~> 1.0)
hashie (5.0.0)
htmlcompressor (0.4.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
minitest (5.21.2)
minitest (5.22.3)
mutex_m (0.2.0)
oj (3.16.3)
bigdecimal (>= 3.0)
Expand All @@ -102,11 +101,11 @@ GEM
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.3)
pairing_heap (3.0.1)
pairing_heap (3.1.0)
parallel (1.24.0)
parslet (2.0.0)
public_suffix (5.0.4)
rack (2.2.8.1)
rack (2.2.9)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand All @@ -116,15 +115,14 @@ GEM
pairing_heap (>= 0.3, < 4.0)
rexml (~> 3.2, >= 3.2.4)
stream (~> 0.5.3)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
stream (0.5.5)
temple (0.10.3)
terser (1.2.0)
terser (1.2.1)
execjs (>= 0.3.0, < 3)
thor (1.3.0)
thor (1.3.1)
tilt (2.0.11)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
Expand Down
46 changes: 23 additions & 23 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.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.9",
"@babel/runtime-corejs3": "7.23.9",
"@remix-run/router": "^1.14.2",
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/runtime": "7.24.1",
"@babel/runtime-corejs3": "7.24.1",
"@remix-run/router": "^1.15.3",
"babel-loader": "9.1.3",
"buffer": "6.0.3",
"classnames": "2.5.1",
"clipboard": "2.0.11",
"core-js": "3.35.1",
"core-js": "3.36.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "4.2.0",
"css-loader": "6.9.1",
"css-loader": "6.10.0",
"css-minimizer-webpack-plugin": "6.0.0",
"cssnano": "6.0.3",
"cssnano": "6.1.2",
"file-loader": "6.2.0",
"focus-visible": "^5.2.0",
"formik": "2.4.5",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.7",
"mini-css-extract-plugin": "2.8.1",
"normalize.css": "8.0.1",
"postcss": "8.4.33",
"postcss-import": "16.0.0",
"postcss-loader": "8.0.0",
"postcss-preset-env": "9.3.0",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.5.2",
"postcss-reporter": "7.1.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.1.0",
"react-router": "6.21.3",
"react-router-dom": "6.21.3",
"react-router": "6.22.3",
"react-router-dom": "6.22.3",
"redux": "5.0.1",
"redux-act": "1.8.0",
"redux-logger": "3.0.6",
Expand All @@ -57,20 +57,20 @@
"terser-webpack-plugin": "5.3.10",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
"webpack": "5.90.0",
"webpack-assets-manifest": "5.1.0",
"webpack": "5.91.0",
"webpack-assets-manifest": "5.2.1",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-webpack-plugin": "7.0.0",
"workbox-window": "7.0.0",
"yup": "1.3.3"
"yup": "1.4.0"
},
"devDependencies": {
"babel-jest": "29.7.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"webpack-cli": "5.1.4"
Expand Down
Loading

0 comments on commit 7d8d2a3

Please sign in to comment.