Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Jan 15, 2024
1 parent 64cd39f commit 871c2c9
Show file tree
Hide file tree
Showing 7 changed files with 2,279 additions and 1,735 deletions.
8 changes: 4 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ module.exports = {
"effector/babel-plugin",
{ factories: ["./src/create-route-view", "./src/create-routes-view"] },
],
["@babel/plugin-proposal-class-properties", { loose: true }],
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator",
["@babel/plugin-transform-class-properties", { loose: true }],
"@babel/plugin-transform-object-rest-spread",
"@babel/plugin-transform-optional-chaining",
"@babel/plugin-transform-nullish-coalescing-operator",
],
presets: [
["@babel/preset-env", { loose: true }],
Expand Down
File renamed without changes.
10 changes: 4 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
globals: {
'ts-jest': {
diagnostics: false,
},
},
'transform': {
'^.+\\.tsx?$': ['ts-jest', { diagnostics: false }],
}
};
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,40 +61,40 @@
"react": "^17 || ^18"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.6",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-transform-class-properties": "^7.18.6",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-optional-chaining": "^7.18.9",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/react": "^17 || ^18",
"@vitejs/plugin-react": "^2.1.0",
"atomic-router": "^0.9.0",
"effector": "^23.0.0",
"effector-react": "^23.0.0",
"@vitejs/plugin-react": "^4.2.1",
"atomic-router": "^0.9.4",
"effector": "^23.1.0",
"effector-react": "^23.1.0",
"history": "^5.3.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.7.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.2",
"publint": "^0.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.77.2",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.1",
"tslib": "^2.4.0",
"typescript": "^4.6.3",
"vite": "^3.1.8"
"rollup": "^4.9.5",
"rollup-plugin-dts": "^6.1.0",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 871c2c9

Please sign in to comment.