Skip to content

Commit 70b35ba

Browse files
author
Henrique Ramos
committed
chore: use PNPM
1 parent e09227a commit 70b35ba

File tree

3 files changed

+6368
-5624
lines changed

3 files changed

+6368
-5624
lines changed

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,28 @@
2929
"jest": "jest --coverage __tests__/**/*"
3030
},
3131
"devDependencies": {
32-
"@babel/cli": "^7.15.7",
33-
"@babel/core": "^7.15.8",
34-
"@babel/eslint-parser": "^7.15.8",
35-
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
36-
"@babel/preset-env": "^7.15.8",
37-
"@changesets/cli": "^2.27.7",
38-
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
39-
"babel-jest": "^27.3.1",
40-
"eslint": "^7.32.0",
41-
"eslint-config-prettier": "^8.3.0",
42-
"eslint-plugin-flowtype": "^7.0.0",
43-
"eslint-plugin-prettier": "^4.0.0",
44-
"expect": "^27.3.1",
45-
"flow-bin": "^0.137.0",
32+
"@babel/cli": "^7.27.1",
33+
"@babel/core": "^7.27.1",
34+
"@babel/eslint-parser": "^7.27.1",
35+
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
36+
"@babel/preset-env": "^7.27.1",
37+
"@changesets/cli": "^2.29.2",
38+
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
39+
"ast-types": "^0.14.2",
40+
"babel-jest": "^29.7.0",
41+
"eslint": "^9.25.1",
42+
"eslint-config-prettier": "^10.1.2",
43+
"eslint-plugin-flowtype": "^8.0.3",
44+
"eslint-plugin-prettier": "^5.2.6",
45+
"expect": "^29.7.0",
46+
"flow-bin": "^0.269.1",
4647
"in-publish": "^2.0.1",
47-
"jest": "^27.3.1",
48-
"jscodeshift": "^0.13.0",
49-
"minimist": "^1.2.5",
50-
"object.assign": "^4.1.2",
51-
"prettier": "^2.4.1",
52-
"rimraf": "^3.0.2",
48+
"jest": "^29.7.0",
49+
"jscodeshift": "^17.3.0",
50+
"minimist": "^1.2.8",
51+
"object.assign": "^4.1.7",
52+
"prettier": "^3.5.3",
53+
"rimraf": "^6.0.1",
5354
"safe-publish-latest": "^2.0.0",
5455
"to-ast": "^1.0.0"
5556
},
@@ -58,12 +59,12 @@
5859
},
5960
"license": "MIT",
6061
"dependencies": {
61-
"@babel/runtime": "^7.15.4",
62-
"ast-types-flow": "^0.0.7",
63-
"jsx-ast-utils": "^3.2.1"
62+
"@babel/runtime": "^7.27.1",
63+
"ast-types-flow": "^0.0.8",
64+
"jsx-ast-utils": "^3.3.5"
6465
},
6566
"peerDependencies": {
66-
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
67+
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
6768
},
6869
"jest": {
6970
"coverageReporters": [

0 commit comments

Comments
 (0)