Skip to content

Commit

Permalink
chore: dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Apr 19, 2022
1 parent d8ad5cf commit af39d6c
Show file tree
Hide file tree
Showing 10 changed files with 4,114 additions and 72,536 deletions.
785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

66,598 changes: 0 additions & 66,598 deletions .yarn/releases/yarn-berry.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarnPath: '.yarn/releases/yarn-berry.cjs'

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.0.cjs
14 changes: 7 additions & 7 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.2.0-beta.3",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0-beta.3",
"@craftjs/core": "0.2.0-beta.3",
"@material-ui/core": "latest",
"clsx": "latest",
"copy-to-clipboard": "^3.2.0",
"lzutf8": "^0.5.5",
"material-ui-color-picker": "^3.2.0",
"next": "^10.2.0",
"copy-to-clipboard": "3.2.0",
"lzutf8": "0.5.5",
"material-ui-color-picker": "3.2.0",
"next": "10.2.0",
"prop-types": "latest",
"react": "17.0.2",
"react-contenteditable": "^3.3.3",
"react-contenteditable": "3.3.3",
"react-dom": "17.0.2"
},
"scripts": {
Expand All @@ -22,6 +22,6 @@
"clean": "rimraf lib .next out dist"
},
"devDependencies": {
"cross-env": "^6.0.3"
"cross-env": "6.0.3"
}
}
59 changes: 30 additions & 29 deletions examples/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,42 @@
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@craftjs/core": "^0.2.0-beta.3",
"@craftjs/layers": "^0.2.0-beta.3",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
"@craftjs/core": "0.2.0-beta.3",
"@craftjs/layers": "0.2.0-beta.3",
"@material-ui/core": "4.5.2",
"@material-ui/icons": "4.5.1",
"@material-ui/styles": "4.5.2",
"autoprefixer": "latest",
"classnames": "^2.2.6",
"cssnano": "^4.1.10",
"debounce": "^1.2.0",
"lzutf8": "^0.5.5",
"next": "^10.2.0",
"next-seo": "^4.24.0",
"classnames": "2.2.6",
"cssnano": "4.1.10",
"debounce": "1.2.0",
"lzutf8": "0.5.5",
"next": "10.2.0",
"next-seo": "4.24.0",
"postcss": "latest",
"re-resizable": "^6.1.0",
"re-resizable": "6.1.0",
"react": "17.0.2",
"react-color": "^2.17.3",
"react-contenteditable": "^3.3.2",
"react-color": "2.17.3",
"react-contenteditable": "3.3.2",
"react-dom": "17.0.2",
"react-loading": "^2.0.3",
"react-rnd": "^10.1.1",
"react-youtube": "^7.9.0",
"styled-components": "^4.4.1"
"react-loading": "2.0.3",
"react-rnd": "10.1.1",
"react-youtube": "7.9.0",
"styled-components": "4.4.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@types/classnames": "^2.2.9",
"@types/node": "^12.12.5",
"@types/react-color": "^3.0.1",
"@types/styled-components": "^4.1.20",
"babel-plugin-inline-react-svg": "^1.1.0",
"cross-env": "^6.0.3",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"@babel/core": "7.7.5",
"@fullhuman/postcss-purgecss": "1.3.0",
"@types/classnames": "2.2.9",
"@types/node": "12.12.5",
"@types/react": "17.0.2",
"@types/react-color": "3.0.1",
"@types/styled-components": "4.1.20",
"babel-plugin-inline-react-svg": "1.1.0",
"cross-env": "6.0.3",
"postcss-import": "12.0.1",
"postcss-preset-env": "6.7.0",
"tailwindcss": "latest",
"typescript": "^3.7.5"
"typescript": "3.9.10"
}
}
90 changes: 47 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,45 @@
"version": "echo \"Running post lerna version script; bump lockfile\" && yarn install && git stage yarn.lock"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@testing-library/react": "^9.4.0",
"@types/jest": "^24.0.25",
"@types/react-dom": "^16.8.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"babel-eslint": "^10.0.3",
"cross-env": "^6.0.3",
"cypress": "^6.5.0",
"enzyme": "^3.11.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "^4.5.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lerna": "^4.0.0",
"lint-staged": "^9.5.0",
"nodemon": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.1",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.3",
"ts-jest": "^24.2.0",
"typescript": "^3.5.1"
"@babel/cli": "7.7.4",
"@babel/core": "7.7.4",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/preset-env": "7.7.4",
"@testing-library/react": "9.4.0",
"@types/jest": "24.0.25",
"@types/react-dom": "16.8.0",
"@typescript-eslint/eslint-plugin": "2.14.0",
"@typescript-eslint/parser": "2.14.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
"babel-eslint": "10.0.3",
"cross-env": "6.0.3",
"cypress": "6.5.0",
"enzyme": "3.11.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-config-react-app": "5.1.0",
"eslint-plugin-flowtype": "4.5.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"husky": "3.1.0",
"jest": "24.9.0",
"lerna": "4.0.0",
"lint-staged": "9.5.0",
"nodemon": "2.0.1",
"npm-run-all": "4.1.5",
"prettier": "2.0.1",
"pretty-quick": "2.0.1",
"rimraf": "3.0.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.1.3",
"ts-jest": "24.2.0",
"typescript": "3.9.10"
},
"workspaces": {
"packages": [
Expand All @@ -72,9 +72,9 @@
]
},
"dependencies": {
"@babel/preset-typescript": "^7.7.7",
"all-contributors-cli": "^6.11.2",
"rollup-plugin-typescript": "^1.0.1"
"@babel/preset-typescript": "7.7.7",
"all-contributors-cli": "6.11.2",
"rollup-plugin-typescript": "1.0.1"
},
"license": "MIT",
"repository": {
Expand All @@ -99,7 +99,7 @@
"<rootDir>/packages/**/?(*.)test.ts(x|)"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
".+\\.(ts|tsx)$": "ts-jest"
},
"globals": {
"ts-jest": {
Expand All @@ -122,5 +122,9 @@
"pre-commit": "lint-staged",
"pre-push": "jest"
}
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@craftjs/utils": "^0.2.0-beta.3",
"@types/react": "^17.0.5",
"debounce": "^1.2.0",
"lodash": "^4.17.20",
"tiny-invariant": "^1.0.6"
},
"devDependencies": {
"react": "^17.0.2"
"@types/react": "17.0.2",
"react": "17.0.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
Expand Down
6 changes: 3 additions & 3 deletions packages/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"react-contenteditable": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@svgr/rollup": "^4.3.3",
"styled-components": "^4.2.1"
"@babel/core": "7.7.4",
"@svgr/rollup": "4.3.3",
"styled-components": "4.2.1"
},
"peerDependencies": {
"@craftjs/core": "^0.2.0-alpha.19",
Expand Down
4 changes: 3 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"clean": "rimraf lib dist"
},
"dependencies": {
"@types/react": "^17.0.5",
"immer": "^9.0.6",
"lodash": "^4.17.20",
"nanoid": "^3.1.23",
"shallowequal": "^1.1.0",
"tiny-invariant": "^1.0.6"
},
"devDependencies": {
"@types/react": "17.0.2"
},
"nohoist": [
"immer",
"immer/**"
Expand Down
Loading

0 comments on commit af39d6c

Please sign in to comment.