Skip to content

Commit

Permalink
chore(Dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Nov 22, 2021
1 parent 745d958 commit f576c3f
Show file tree
Hide file tree
Showing 4 changed files with 2,324 additions and 1,302 deletions.
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"tsc": "tsc"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"@reduxjs/toolkit": "^1.6.2",
"delay": "^5.0.0",
"next": "^11.1.2",
"next": "^12.0.4",
"next-redux-cookie-wrapper": "*",
"next-redux-wrapper": "^7.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "7.2.5",
"redux": "^4.1.1"
"react-redux": "7.2.6",
"redux": "^4.1.2"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^16.9.2",
"@types/react": "^17.0.21",
"@types/react-redux": "^7.1.18",
"typescript": "^4.4.3"
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-redux": "^7.1.20",
"typescript": "^4.5.2"
}
}
45 changes: 28 additions & 17 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
}
16 changes: 8 additions & 8 deletions main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,28 @@
"lodash-es": "^4.17.21",
"lz-string": "github:pieroxy/lz-string#b2e0b27",
"nookies": "^2.5.2",
"type-fest": "^2.3.3"
"type-fest": "^2.5.4"
},
"peerDependencies": {
"next-redux-wrapper": ">=6"
},
"devDependencies": {
"@bjoluc/semantic-release-config-npm": "^1.0.1",
"@size-limit/preset-small-lib": "^5.0.3",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.173",
"@types/node": "^16.9.2",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.9",
"@types/set-cookie-parser": "^2.4.1",
"next": "^11.1.2",
"next": "^12.0.4",
"next-redux-wrapper": "^7.0.5",
"node-mocks-http": "^1.10.1",
"redux": "^4.1.1",
"node-mocks-http": "^1.11.0",
"redux": "^4.1.2",
"semantic-release": "^18.0.0",
"set-cookie-parser": "^2.4.8",
"size-limit": "^5.0.3",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
"typescript": "^4.5.2"
},
"size-limit": [
{
Expand Down
Loading

0 comments on commit f576c3f

Please sign in to comment.