Skip to content

Commit

Permalink
feat: npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
denchiklut committed Oct 6, 2024
1 parent f940e98 commit ef7a2b6
Show file tree
Hide file tree
Showing 3 changed files with 893 additions and 917 deletions.
10 changes: 6 additions & 4 deletions config/spec/setup.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import '@testing-library/jest-dom'

window.IS_SERVER = false
window.IS_DEV = false
window.IS_SPA = true
window.clientPrefix = 'PUBLIC_'
declare const global: Window

global.IS_SERVER = false
global.IS_DEV = false
global.IS_SPA = true
global.clientPrefix = 'PUBLIC_'

jest.mock('src/common/env/env.util', () => ({
...jest.requireActual('src/common/env/env.util'),
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"setup": "sh setup.sh"
},
"dependencies": {
"@babel/runtime": "7.25.6",
"@babel/runtime": "^7.25.7",
"@loadable/component": "^5.16.4",
"@loadable/server": "5.16.5",
"@loadable/server": "^5.16.5",
"classnames": "^2.5.1",
"core-js": "^3.38.1",
"dotenv": "^16.4.5",
Expand All @@ -43,20 +43,20 @@
"universal-cookie-express": "^7.2.0",
"url-join": "^5.0.0",
"uuid": "^10.0.0",
"winston": "^3.14.2",
"winston": "^3.15.0",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "7.24.6",
"@eslint/compat": "^1.1.1",
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/register": "7.25.7",
"@eslint/compat": "^1.2.0",
"@loadable/babel-plugin": "5.16.1",
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
Expand All @@ -82,21 +82,21 @@
"@types/webpack-env": "^1.18.5",
"@types/webpack-node-externals": "^3.0.4",
"@types/webpack-stats-plugin": "^0.3.5",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-react-compiler": "^0.0.0-experimental-b12479e-20240926",
"babel-plugin-react-compiler": "^0.0.0-experimental-734b737-20241003",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "7.1.2",
"cssnano": "^7.0.6",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-f444e11-20240926",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^15.9.0",
"globals": "^15.10.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.6",
Expand Down
Loading

0 comments on commit ef7a2b6

Please sign in to comment.