Skip to content

Commit b7deec7

Browse files
committed
update package
1 parent 4ed4b82 commit b7deec7

File tree

12 files changed

+3788
-3002
lines changed

12 files changed

+3788
-3002
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ redux-starter/package-lock.json
1212
javascript/functional-js/package-lock.json
1313
js/redux-project/package-lock.json
1414
react-query-tutorials/package-lock.json
15+
base-project-ts/package-lock.json

base-project-js/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
},
1111
"dependencies": {
1212
"@apollo/client": "^3.6.9",
13-
"@reduxjs/toolkit": "^1.8.3",
14-
"ace-builds": "^1.7.1",
15-
"bootstrap": "^5.1.3",
16-
"formis-react": "^1.0.5",
13+
"@reduxjs/toolkit": "^1.8.5",
14+
"ace-builds": "^1.11.1",
15+
"bootstrap": "^5.2.1",
16+
"formis-react": "^1.0.7",
1717
"react": "^18.2.0",
1818
"react-ace": "^10.1.0",
19-
"react-bootstrap": "^2.4.0",
19+
"react-bootstrap": "^2.5.0",
2020
"react-dom": "^18.2.0",
21-
"react-redux": "^8.0.2",
22-
"react-router-dom": "^6.3.0",
21+
"react-redux": "^8.0.4",
22+
"react-router-dom": "^6.4.1",
2323
"redux": "^4.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^18.0.14",
27-
"@types/react-dom": "^18.0.5",
28-
"@vitejs/plugin-react": "^1.3.2",
29-
"autoprefixer": "^10.4.7",
30-
"cypress": "^10.3.0",
31-
"postcss": "^8.4.14",
32-
"tailwindcss": "^3.1.4",
33-
"vite": "^2.9.13"
26+
"@types/react": "^18.0.21",
27+
"@types/react-dom": "^18.0.6",
28+
"@vitejs/plugin-react": "^2.1.0",
29+
"autoprefixer": "^10.4.12",
30+
"cypress": "^10.8.0",
31+
"postcss": "^8.4.16",
32+
"tailwindcss": "^3.1.8",
33+
"vite": "^3.1.3"
3434
}
3535
}

0 commit comments

Comments
 (0)