Skip to content

Commit

Permalink
pkg: Remove critters until it is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jul 23, 2022
1 parent 2fb6d6a commit 5969f04
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 158 deletions.
15 changes: 15 additions & 0 deletions examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,28 @@
"@anansi/eslint-plugin": "workspace:*",
"@anansi/jest-preset": "^0.7.14",
"@anansi/webpack-config": "^12.0.1",
"@babel/core": "^7.18.9",
"@rest-hooks/test": "7.3.4",
"@types/babel__core": "^7",
"@types/classnames": "^2.2.9",
"@types/eslint": "^8",
"@types/jest": "28.1.6",
"@types/prettier": "^2",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "28.1.3",
"prettier": "^2.7.1",
"react-refresh": "0.14.0",
"react-test-renderer": "18.2.0",
"typescript": "^4.7.4",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3"
Expand All @@ -41,6 +54,8 @@
"@linaria/core": "3.0.0-beta.22",
"@linaria/react": "3.0.0-beta.22",
"@linaria/shaker": "3.0.0-beta.22",
"@rest-hooks/core": "^3.2.8",
"@rest-hooks/endpoint": "^2.2.11",
"@rest-hooks/hooks": "^3.0.2",
"@rest-hooks/img": "0.6.1",
"@rest-hooks/rest": "5.0.5",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@commitlint/config-conventional": "17.0.3",
"@lerna-lite/cli": "1.8.0",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-loader": "8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/generator-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
"copyfiles": "^2.1.1",
"husky": "^7.0.4",
"jest": "28.1.3",
"mem-fs": "^2.2.1",
"rimraf": "^3.0.0",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.9.1",
"yeoman-test": "^6.3.0"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/webpack-config-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"core-js": "^3.21.0",
"critters-webpack-plugin": "^3.0.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
Expand Down

0 comments on commit 5969f04

Please sign in to comment.