Skip to content

Commit 341606a

Browse files
committed
changes
1 parent b51c0c0 commit 341606a

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

bun.lockb

-1.04 KB
Binary file not shown.

package.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,20 @@
2424
"@types/react-router-dom": "5.3.3",
2525
"@typescript-eslint/eslint-plugin": "5.59.7",
2626
"@typescript-eslint/parser": "5.59.7",
27-
"barrels": "^1.6.6",
27+
"barrels": "1.6.6",
2828
"bun-types": "canary",
2929
"eslint": "8.41.0",
3030
"eslint-config-prettier": "8.8.0",
31-
"eslint-plugin-jsx-a11y": "^6.7.1",
32-
"eslint-plugin-react": "^7.32.2",
33-
"npm-check-updates": "^16.10.12",
34-
"prettier": "^2.8.8",
35-
"react": "^18.2.0",
36-
"react-dom": "^18.2.0",
37-
"framer-motion": "^10.12.16",
31+
"eslint-plugin-jsx-a11y": "6.7.1",
32+
"eslint-plugin-react": "7.32.2",
33+
"npm-check-updates": "16.10.12",
34+
"prettier": "2.8.8",
3835
"typescript": "beta"
3936
},
4037
"files": [
4138
"dist"
4239
],
4340
"dependencies": {
44-
"react-full-screen": "^1.1.1"
41+
"react-full-screen": "1.1.1"
4542
}
4643
}

0 commit comments

Comments
 (0)