Skip to content

Commit 3265982

Browse files
authored
chore: upgrade chevrotain + dependencies (#70)
* fix: update chevrotain to 9.0.2 * chore: upgrade @babel packages to ^7.14.6 * chore: upgrade eslint to ^7.29.0
1 parent 67cff5f commit 3265982

File tree

2 files changed

+1147
-370
lines changed

2 files changed

+1147
-370
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
},
4646
"homepage": "https://github.com/pmndrs/three-stdlib#readme",
4747
"devDependencies": {
48-
"@babel/core": "^7.13.16",
49-
"@babel/plugin-proposal-class-properties": "^7.13.0",
50-
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
51-
"@babel/plugin-transform-parameters": "^7.13.0",
52-
"@babel/plugin-transform-runtime": "^7.13.15",
53-
"@babel/preset-env": "^7.13.15",
54-
"@babel/preset-typescript": "^7.13.0",
48+
"@babel/core": "^7.14.6",
49+
"@babel/plugin-proposal-class-properties": "^7.14.5",
50+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
51+
"@babel/plugin-transform-parameters": "^7.14.5",
52+
"@babel/plugin-transform-runtime": "^7.14.5",
53+
"@babel/preset-env": "^7.14.7",
54+
"@babel/preset-typescript": "^7.14.5",
5555
"@rollup/plugin-typescript": "^8.2.1",
5656
"@storybook/addon-controls": "^6.2.9",
5757
"@storybook/addon-essentials": "^6.2.9",
@@ -62,18 +62,18 @@
6262
"@storybook/html": "^6.2.9",
6363
"@storybook/preset-typescript": "^3.0.0",
6464
"@types/three": "^0.127.1",
65-
"@typescript-eslint/eslint-plugin": "^4.22.0",
66-
"@typescript-eslint/parser": "^4.22.0",
65+
"@typescript-eslint/eslint-plugin": "^4.28.0",
66+
"@typescript-eslint/parser": "^4.28.0",
6767
"babel-eslint": "^10.1.0",
6868
"babel-loader": "^8.2.2",
6969
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
7070
"copyfiles": "^2.4.1",
71-
"eslint": "^7.25.0",
72-
"eslint-config-prettier": "^8.2.0",
73-
"eslint-plugin-import": "^2.22.1",
74-
"eslint-plugin-jest": "^24.3.5",
71+
"eslint": "^7.29.0",
72+
"eslint-config-prettier": "^8.3.0",
73+
"eslint-plugin-import": "^2.23.4",
74+
"eslint-plugin-jest": "^24.3.6",
7575
"eslint-plugin-prettier": "^3.4.0",
76-
"eslint-plugin-react": "^7.23.2",
76+
"eslint-plugin-react": "^7.24.0",
7777
"eslint-plugin-react-hooks": "^4.2.0",
7878
"husky": "^4.2.5",
7979
"json": "^10.0.0",
@@ -95,10 +95,10 @@
9595
"typescript": "^4.2.4"
9696
},
9797
"dependencies": {
98-
"@babel/runtime": "^7.13.17",
98+
"@babel/runtime": "^7.14.6",
9999
"@webgpu/glslang": "^0.0.15",
100100
"@webxr-input-profiles/motion-controllers": "^1.0.0",
101-
"chevrotain": "^9.0.1",
101+
"chevrotain": "^9.0.2",
102102
"fflate": "^0.6.9",
103103
"ktx-parse": "^0.2.1",
104104
"mmd-parser": "^1.0.4",

0 commit comments

Comments
 (0)