Skip to content

Commit 5f5223d

Browse files
committed
chore: dev deps
1 parent d8ad5cf commit 5f5223d

File tree

10 files changed

+4114
-72536
lines changed

10 files changed

+4114
-72536
lines changed

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-berry.cjs

Lines changed: 0 additions & 66598 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
yarnPath: '.yarn/releases/yarn-berry.cjs'
2-
31
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.2.0.cjs

examples/basic/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.2.0-beta.3",
44
"private": true,
55
"dependencies": {
6-
"@craftjs/core": "^0.2.0-beta.3",
6+
"@craftjs/core": "0.2.0-beta.3",
77
"@material-ui/core": "latest",
88
"clsx": "latest",
9-
"copy-to-clipboard": "^3.2.0",
10-
"lzutf8": "^0.5.5",
11-
"material-ui-color-picker": "^3.2.0",
12-
"next": "^10.2.0",
9+
"copy-to-clipboard": "3.2.0",
10+
"lzutf8": "0.5.5",
11+
"material-ui-color-picker": "3.2.0",
12+
"next": "10.2.0",
1313
"prop-types": "latest",
1414
"react": "17.0.2",
15-
"react-contenteditable": "^3.3.3",
15+
"react-contenteditable": "3.3.3",
1616
"react-dom": "17.0.2"
1717
},
1818
"scripts": {
@@ -22,6 +22,6 @@
2222
"clean": "rimraf lib .next out dist"
2323
},
2424
"devDependencies": {
25-
"cross-env": "^6.0.3"
25+
"cross-env": "6.0.3"
2626
}
2727
}

examples/landing/package.json

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,42 @@
99
"clean": "rimraf lib .next out dist"
1010
},
1111
"dependencies": {
12-
"@craftjs/core": "^0.2.0-beta.3",
13-
"@craftjs/layers": "^0.2.0-beta.3",
14-
"@material-ui/core": "^4.5.2",
15-
"@material-ui/icons": "^4.5.1",
16-
"@material-ui/styles": "^4.5.2",
12+
"@craftjs/core": "0.2.0-beta.3",
13+
"@craftjs/layers": "0.2.0-beta.3",
14+
"@material-ui/core": "4.5.2",
15+
"@material-ui/icons": "4.5.1",
16+
"@material-ui/styles": "4.5.2",
1717
"autoprefixer": "latest",
18-
"classnames": "^2.2.6",
19-
"cssnano": "^4.1.10",
20-
"debounce": "^1.2.0",
21-
"lzutf8": "^0.5.5",
22-
"next": "^10.2.0",
23-
"next-seo": "^4.24.0",
18+
"classnames": "2.2.6",
19+
"cssnano": "4.1.10",
20+
"debounce": "1.2.0",
21+
"lzutf8": "0.5.5",
22+
"next": "10.2.0",
23+
"next-seo": "4.24.0",
2424
"postcss": "latest",
25-
"re-resizable": "^6.1.0",
25+
"re-resizable": "6.1.0",
2626
"react": "17.0.2",
27-
"react-color": "^2.17.3",
28-
"react-contenteditable": "^3.3.2",
27+
"react-color": "2.17.3",
28+
"react-contenteditable": "3.3.2",
2929
"react-dom": "17.0.2",
30-
"react-loading": "^2.0.3",
31-
"react-rnd": "^10.1.1",
32-
"react-youtube": "^7.9.0",
33-
"styled-components": "^4.4.1"
30+
"react-loading": "2.0.3",
31+
"react-rnd": "10.1.1",
32+
"react-youtube": "7.9.0",
33+
"styled-components": "4.4.1"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.7.5",
37-
"@fullhuman/postcss-purgecss": "^1.3.0",
38-
"@types/classnames": "^2.2.9",
39-
"@types/node": "^12.12.5",
40-
"@types/react-color": "^3.0.1",
41-
"@types/styled-components": "^4.1.20",
42-
"babel-plugin-inline-react-svg": "^1.1.0",
43-
"cross-env": "^6.0.3",
44-
"postcss-import": "^12.0.1",
45-
"postcss-preset-env": "^6.7.0",
36+
"@babel/core": "7.7.5",
37+
"@fullhuman/postcss-purgecss": "1.3.0",
38+
"@types/classnames": "2.2.9",
39+
"@types/node": "12.12.5",
40+
"@types/react": "17.0.2",
41+
"@types/react-color": "3.0.1",
42+
"@types/styled-components": "4.1.20",
43+
"babel-plugin-inline-react-svg": "1.1.0",
44+
"cross-env": "6.0.3",
45+
"postcss-import": "12.0.1",
46+
"postcss-preset-env": "6.7.0",
4647
"tailwindcss": "latest",
47-
"typescript": "^3.7.5"
48+
"typescript": "3.9.10"
4849
}
4950
}

package.json

Lines changed: 47 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,45 @@
2424
"version": "echo \"Running post lerna version script; bump lockfile\" && yarn install && git stage yarn.lock"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "^7.7.4",
28-
"@babel/core": "^7.7.4",
29-
"@babel/plugin-proposal-class-properties": "^7.7.4",
30-
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
31-
"@babel/preset-env": "^7.7.4",
32-
"@testing-library/react": "^9.4.0",
33-
"@types/jest": "^24.0.25",
34-
"@types/react-dom": "^16.8.0",
35-
"@typescript-eslint/eslint-plugin": "^2.14.0",
36-
"@typescript-eslint/parser": "^2.14.0",
37-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
38-
"babel-eslint": "^10.0.3",
39-
"cross-env": "^6.0.3",
40-
"cypress": "^6.5.0",
41-
"enzyme": "^3.11.0",
42-
"eslint": "^6.8.0",
43-
"eslint-config-prettier": "^6.10.1",
44-
"eslint-config-react-app": "^5.1.0",
45-
"eslint-plugin-flowtype": "^4.5.3",
46-
"eslint-plugin-import": "^2.22.1",
47-
"eslint-plugin-jsx-a11y": "^6.2.3",
48-
"eslint-plugin-prettier": "^3.1.2",
49-
"eslint-plugin-react": "^7.17.0",
50-
"eslint-plugin-react-hooks": "^2.3.0",
51-
"husky": "^3.1.0",
52-
"jest": "^24.9.0",
53-
"lerna": "^4.0.0",
54-
"lint-staged": "^9.5.0",
55-
"nodemon": "^2.0.1",
56-
"npm-run-all": "^4.1.5",
57-
"prettier": "^2.0.1",
58-
"pretty-quick": "^2.0.1",
59-
"rimraf": "^3.0.2",
60-
"rollup-plugin-babel": "^4.3.3",
61-
"rollup-plugin-commonjs": "^10.1.0",
62-
"rollup-plugin-node-resolve": "^5.2.0",
63-
"rollup-plugin-terser": "^5.1.3",
64-
"ts-jest": "^24.2.0",
65-
"typescript": "^3.5.1"
27+
"@babel/cli": "7.7.4",
28+
"@babel/core": "7.7.4",
29+
"@babel/plugin-proposal-class-properties": "7.7.4",
30+
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
31+
"@babel/preset-env": "7.7.4",
32+
"@testing-library/react": "9.4.0",
33+
"@types/jest": "24.0.25",
34+
"@types/react-dom": "16.8.0",
35+
"@typescript-eslint/eslint-plugin": "2.14.0",
36+
"@typescript-eslint/parser": "2.14.0",
37+
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
38+
"babel-eslint": "10.0.3",
39+
"cross-env": "6.0.3",
40+
"cypress": "6.5.0",
41+
"enzyme": "3.11.0",
42+
"eslint": "6.8.0",
43+
"eslint-config-prettier": "6.10.1",
44+
"eslint-config-react-app": "5.1.0",
45+
"eslint-plugin-flowtype": "4.5.3",
46+
"eslint-plugin-import": "2.22.1",
47+
"eslint-plugin-jsx-a11y": "6.2.3",
48+
"eslint-plugin-prettier": "3.1.2",
49+
"eslint-plugin-react": "7.17.0",
50+
"eslint-plugin-react-hooks": "2.3.0",
51+
"husky": "3.1.0",
52+
"jest": "24.9.0",
53+
"lerna": "4.0.0",
54+
"lint-staged": "9.5.0",
55+
"nodemon": "2.0.1",
56+
"npm-run-all": "4.1.5",
57+
"prettier": "2.0.1",
58+
"pretty-quick": "2.0.1",
59+
"rimraf": "3.0.2",
60+
"rollup-plugin-babel": "4.3.3",
61+
"rollup-plugin-commonjs": "10.1.0",
62+
"rollup-plugin-node-resolve": "5.2.0",
63+
"rollup-plugin-terser": "5.1.3",
64+
"ts-jest": "24.2.0",
65+
"typescript": "3.9.10"
6666
},
6767
"workspaces": {
6868
"packages": [
@@ -72,9 +72,9 @@
7272
]
7373
},
7474
"dependencies": {
75-
"@babel/preset-typescript": "^7.7.7",
76-
"all-contributors-cli": "^6.11.2",
77-
"rollup-plugin-typescript": "^1.0.1"
75+
"@babel/preset-typescript": "7.7.7",
76+
"all-contributors-cli": "6.11.2",
77+
"rollup-plugin-typescript": "1.0.1"
7878
},
7979
"license": "MIT",
8080
"repository": {
@@ -99,7 +99,7 @@
9999
"<rootDir>/packages/**/?(*.)test.ts(x|)"
100100
],
101101
"transform": {
102-
"^.+\\.(ts|tsx)$": "ts-jest"
102+
".+\\.(ts|tsx)$": "ts-jest"
103103
},
104104
"globals": {
105105
"ts-jest": {
@@ -122,5 +122,9 @@
122122
"pre-commit": "lint-staged",
123123
"pre-push": "jest"
124124
}
125+
},
126+
"resolutions": {
127+
"@types/react": "17.0.2",
128+
"@types/react-dom": "17.0.2"
125129
}
126130
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
},
3737
"dependencies": {
3838
"@craftjs/utils": "^0.2.0-beta.3",
39-
"@types/react": "^17.0.5",
4039
"debounce": "^1.2.0",
4140
"lodash": "^4.17.20",
4241
"tiny-invariant": "^1.0.6"
4342
},
4443
"devDependencies": {
45-
"react": "^17.0.2"
44+
"@types/react": "17.0.2",
45+
"react": "17.0.2"
4646
},
4747
"peerDependencies": {
4848
"react": "^16.8.0 || ^17"

packages/layers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"react-contenteditable": "^3.3.3"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.7.4",
39-
"@svgr/rollup": "^4.3.3",
40-
"styled-components": "^4.2.1"
38+
"@babel/core": "7.7.4",
39+
"@svgr/rollup": "4.3.3",
40+
"styled-components": "4.2.1"
4141
},
4242
"peerDependencies": {
4343
"@craftjs/core": "^0.2.0-alpha.19",

packages/utils/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
"clean": "rimraf lib dist"
1515
},
1616
"dependencies": {
17-
"@types/react": "^17.0.5",
1817
"immer": "^9.0.6",
1918
"lodash": "^4.17.20",
2019
"nanoid": "^3.1.23",
2120
"shallowequal": "^1.1.0",
2221
"tiny-invariant": "^1.0.6"
2322
},
23+
"devDependencies": {
24+
"@types/react": "17.0.2"
25+
},
2426
"nohoist": [
2527
"immer",
2628
"immer/**"

0 commit comments

Comments
 (0)